home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / PaletteAnimation / PaletteAnimation.make < prev    next >
Encoding:
Text File  |  1995-02-07  |  609 b   |  22 lines  |  [TEXT/MPS ]

  1. #   File:       PaletteAnimation.make
  2. #   Target:     PaletteAnimation
  3. #   Sources:    PaletteAnimation.c
  4. #               PaletteAnimation.r
  5. #   Created:    Tuesday, February 7, 1995 11:02:33 PM
  6.  
  7.  
  8. OBJECTS = PaletteAnimation.c.o
  9.  
  10.  
  11. PaletteAnimation  ƒƒ PaletteAnimation.make PaletteAnimation.r
  12.     Rez PaletteAnimation.r -append -o PaletteAnimation
  13.  
  14. PaletteAnimation ƒƒ PaletteAnimation.make  {OBJECTS}
  15.     Link -t APPL -c '????' ∂
  16.         {OBJECTS} ∂
  17.          "{Libraries}"Runtime.o ∂
  18.          "{Libraries}"Interface.o ∂
  19.         -o PaletteAnimation
  20. PaletteAnimation.c.o ƒ PaletteAnimation.make PaletteAnimation.c
  21.      C -r  PaletteAnimation.c
  22.